home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 007a / cug315.zip / README.TOO < prev    next >
Text File  |  1990-05-16  |  3KB  |  48 lines

  1.           
  2.           A few notes on the current version of FTGRAPH:
  3.           
  4.           1. Begin by reading the README.TXT file.  This file explains how
  5.           to set up the program, and specifies the minimum IBM PC or
  6.           compatible configuration for using the program.  In addition,
  7.           README.TXT explains the format that is required for data files
  8.           that are used by FTGRAPH.
  9.           2. You MUST install ANSI.SYS as a device on your computer in
  10.           order to use this program.  README.TXT provides details.
  11.           3. If you are going to use a Microsoft (-compatible) mouse with
  12.           this program, you MUST install the MOUSE.SYS (that came with your
  13.           mouse) as a device on your computer before running this program.
  14.           You must also redefine the FTGRAPH.CNF value that activates or
  15.           inhibits mouse operation.  By default, mouse operation is not
  16.           enabled.  See README.TXT for details on FTGRAPH.CNF.
  17.           4. If you have a Hercules (-compatible) monitor, you MUST install
  18.           MSHERC.COM before running FTGRAPH.  (You only need to install
  19.           MSHERC once after each system reboot).  I have included MSHERC in
  20.           the distribution diskette.  However, MSHERC.COM is a program from
  21.           Microsoft, not from me.  I have verified from Microsoft that
  22.           MSHERC is freely distributable, however.
  23.           
  24.           PROGRAM DOCUMENTATION
  25.                The complete source code for FTGRAPH and all the libraries
  26.           used in making it (except for the compiler libraries, of course),
  27.           is included on the distribution diskette.  All code included was
  28.           written by me, and is copyright (c) 1989 by Eye Research
  29.           Institute, Boston, MA.  You may use the program and read and
  30.           modify the code for your own, noncommercial purposes.  However,
  31.           any commercial use of this code requires the express, written
  32.           consent of E.R.I.
  33.                The program documentation is not complete.  The HPGL
  34.           plotting files and the screen graphing files are undocumented,
  35.           except for source code comments.  The rest of the code has .TXT
  36.           files associated with it (e.g., MENU.TXT is the documentation for
  37.           MENU.C).  In addition, the libraries have .LST files that
  38.           identify which .C files were used to create the library, and what
  39.           functions are in which .C file.  In case you are not used to
  40.           reading these files, the librarian lists the functions with a
  41.           leading underscore instead of the trailing parentheses that
  42.           appear in the .C source files.  That is, FOO() would appear in
  43.           the .LST file as _FOO.
  44.                The main() function is in FTGRAPH.C.  FTGRAPH.C is a
  45.           particularly ragged bit of code.  If you want to read code, you
  46.           will be less nauseated if you read any of the .C files that are
  47.           used in the libraries rather than the FTGRAPH front-end.
  48.                --Tom Clune